Value | Meaning |
---|---|
AKEYCODE_UNKNOWN0 | Unknown key code. |
AKEYCODE_SOFT_LEFT1 | Soft Left key. * Usually situated below the display on phones and used as a multi-function * feature key for selecting a software defined function shown on the bottom left * of the display. |
AKEYCODE_SOFT_RIGHT2 | Soft Right key. * Usually situated below the display on phones and used as a multi-function * feature key for selecting a software defined function shown on the bottom right * of the display. |
AKEYCODE_HOME3 | Home key. * This key is handled by the framework and is never delivered to applications. |
AKEYCODE_BACK4 | Back key. |
AKEYCODE_CALL5 | Call key. |
AKEYCODE_ENDCALL6 | End Call key. |
AKEYCODE_07 | '0' key. |
AKEYCODE_18 | '1' key. |
AKEYCODE_29 | '2' key. |
AKEYCODE_310 | '3' key. |
AKEYCODE_411 | '4' key. |
AKEYCODE_512 | '5' key. |
AKEYCODE_613 | '6' key. |
AKEYCODE_714 | '7' key. |
AKEYCODE_815 | '8' key. |
AKEYCODE_916 | '9' key. |
AKEYCODE_STAR17 | '*' key. |
AKEYCODE_POUND18 | '#' key. |
AKEYCODE_DPAD_UP19 | Directional Pad Up key. * May also be synthesized from trackball motions. |
AKEYCODE_DPAD_DOWN20 | Directional Pad Down key. * May also be synthesized from trackball motions. |
AKEYCODE_DPAD_LEFT21 | Directional Pad Left key. * May also be synthesized from trackball motions. |
AKEYCODE_DPAD_RIGHT22 | Directional Pad Right key. * May also be synthesized from trackball motions. |
AKEYCODE_DPAD_CENTER23 | Directional Pad Center key. * May also be synthesized from trackball motions. |
AKEYCODE_VOLUME_UP24 | Volume Up key. * Adjusts the speaker volume up. |
AKEYCODE_VOLUME_DOWN25 | Volume Down key. * Adjusts the speaker volume down. |
AKEYCODE_POWER26 | Power key. |
AKEYCODE_CAMERA27 | Camera key. * Used to launch a camera application or take pictures. |
AKEYCODE_CLEAR28 | Clear key. |
AKEYCODE_A29 | 'A' key. |
AKEYCODE_B30 | 'B' key. |
AKEYCODE_C31 | 'C' key. |
AKEYCODE_D32 | 'D' key. |
AKEYCODE_E33 | 'E' key. |
AKEYCODE_F34 | 'F' key. |
AKEYCODE_G35 | 'G' key. |
AKEYCODE_H36 | 'H' key. |
AKEYCODE_I37 | 'I' key. |
AKEYCODE_J38 | 'J' key. |
AKEYCODE_K39 | 'K' key. |
AKEYCODE_L40 | 'L' key. |
AKEYCODE_M41 | 'M' key. |
AKEYCODE_N42 | 'N' key. |
AKEYCODE_O43 | 'O' key. |
AKEYCODE_P44 | 'P' key. |
AKEYCODE_Q45 | 'Q' key. |
AKEYCODE_R46 | 'R' key. |
AKEYCODE_S47 | 'S' key. |
AKEYCODE_T48 | 'T' key. |
AKEYCODE_U49 | 'U' key. |
AKEYCODE_V50 | 'V' key. |
AKEYCODE_W51 | 'W' key. |
AKEYCODE_X52 | 'X' key. |
AKEYCODE_Y53 | 'Y' key. |
AKEYCODE_Z54 | 'Z' key. |
AKEYCODE_COMMA55 | ',' key. |
AKEYCODE_PERIOD56 | '.' key. |
AKEYCODE_ALT_LEFT57 | Left Alt modifier key. |
AKEYCODE_ALT_RIGHT58 | Right Alt modifier key. |
AKEYCODE_SHIFT_LEFT59 | Left Shift modifier key. |
AKEYCODE_SHIFT_RIGHT60 | Right Shift modifier key. |
AKEYCODE_TAB61 | Tab key. |
AKEYCODE_SPACE62 | Space key. |
AKEYCODE_SYM63 | Symbol modifier key. * Used to enter alternate symbols. |
AKEYCODE_EXPLORER64 | Explorer special function key. * Used to launch a browser application. |
AKEYCODE_ENVELOPE65 | Envelope special function key. * Used to launch a mail application. |
AKEYCODE_ENTER66 | Enter key. |
AKEYCODE_DEL67 | Backspace key. * Deletes characters before the insertion point, unlike {@link AKEYCODE_FORWARD_DEL}. |
AKEYCODE_GRAVE68 | '`' (backtick) key. |
AKEYCODE_MINUS69 | '-'. |
AKEYCODE_EQUALS70 | '=' key. |
AKEYCODE_LEFT_BRACKET71 | '[' key. |
AKEYCODE_RIGHT_BRACKET72 | ']' key. |
AKEYCODE_BACKSLASH73 | '\' key. |
AKEYCODE_SEMICOLON74 | ';' key. |
AKEYCODE_APOSTROPHE75 | ''' (apostrophe) key. |
AKEYCODE_SLASH76 | '/' key. |
AKEYCODE_AT77 | '@' key. |
AKEYCODE_NUM78 | Number modifier key. * Used to enter numeric symbols. * This key is not {@link AKEYCODE_NUM_LOCK}; it is more like {@link AKEYCODE_ALT_LEFT}. |
AKEYCODE_HEADSETHOOK79 | Headset Hook key. * Used to hang up calls and stop media. |
AKEYCODE_FOCUS80 | Camera Focus key. * Used to focus the camera. |
AKEYCODE_PLUS81 | '+' key. |
AKEYCODE_MENU82 | Menu key. |
AKEYCODE_NOTIFICATION83 | Notification key. |
AKEYCODE_SEARCH84 | Search key. |
AKEYCODE_MEDIA_PLAY_PAUSE85 | Play/Pause media key. |
AKEYCODE_MEDIA_STOP86 | Stop media key. |
AKEYCODE_MEDIA_NEXT87 | Play Next media key. |
AKEYCODE_MEDIA_PREVIOUS88 | Play Previous media key. |
AKEYCODE_MEDIA_REWIND89 | Rewind media key. |
AKEYCODE_MEDIA_FAST_FORWARD90 | Fast Forward media key. |
AKEYCODE_MUTE91 | Mute key. * Mutes the microphone, unlike {@link AKEYCODE_VOLUME_MUTE}. |
AKEYCODE_PAGE_UP92 | Page Up key. |
AKEYCODE_PAGE_DOWN93 | Page Down key. |
AKEYCODE_PICTSYMBOLS94 | Picture Symbols modifier key. * Used to switch symbol sets (Emoji, Kao-moji). |
AKEYCODE_SWITCH_CHARSET95 | Switch Charset modifier key. * Used to switch character sets (Kanji, Katakana). |
AKEYCODE_BUTTON_A96 | A Button key. * On a game controller, the A button should be either the button labeled A * or the first button on the bottom row of controller buttons. |
AKEYCODE_BUTTON_B97 | B Button key. * On a game controller, the B button should be either the button labeled B * or the second button on the bottom row of controller buttons. |
AKEYCODE_BUTTON_C98 | C Button key. * On a game controller, the C button should be either the button labeled C * or the third button on the bottom row of controller buttons. |
AKEYCODE_BUTTON_X99 | X Button key. * On a game controller, the X button should be either the button labeled X * or the first button on the upper row of controller buttons. |
AKEYCODE_BUTTON_Y100 | Y Button key. * On a game controller, the Y button should be either the button labeled Y * or the second button on the upper row of controller buttons. |
AKEYCODE_BUTTON_Z101 | Z Button key. * On a game controller, the Z button should be either the button labeled Z * or the third button on the upper row of controller buttons. |
AKEYCODE_BUTTON_L1102 | L1 Button key. * On a game controller, the L1 button should be either the button labeled L1 (or L) * or the top left trigger button. |
AKEYCODE_BUTTON_R1103 | R1 Button key. * On a game controller, the R1 button should be either the button labeled R1 (or R) * or the top right trigger button. |
AKEYCODE_BUTTON_L2104 | L2 Button key. * On a game controller, the L2 button should be either the button labeled L2 * or the bottom left trigger button. |
AKEYCODE_BUTTON_R2105 | R2 Button key. * On a game controller, the R2 button should be either the button labeled R2 * or the bottom right trigger button. |
AKEYCODE_BUTTON_THUMBL106 | Left Thumb Button key. * On a game controller, the left thumb button indicates that the left (or only) * joystick is pressed. |
AKEYCODE_BUTTON_THUMBR107 | Right Thumb Button key. * On a game controller, the right thumb button indicates that the right * joystick is pressed. |
AKEYCODE_BUTTON_START108 | Start Button key. * On a game controller, the button labeled Start. |
AKEYCODE_BUTTON_SELECT109 | Select Button key. * On a game controller, the button labeled Select. |
AKEYCODE_BUTTON_MODE110 | Mode Button key. * On a game controller, the button labeled Mode. |
AKEYCODE_ESCAPE111 | Escape key. |
AKEYCODE_FORWARD_DEL112 | Forward Delete key. * Deletes characters ahead of the insertion point, unlike {@link AKEYCODE_DEL}. |
AKEYCODE_CTRL_LEFT113 | Left Control modifier key. |
AKEYCODE_CTRL_RIGHT114 | Right Control modifier key. |
AKEYCODE_CAPS_LOCK115 | Caps Lock key. |
AKEYCODE_SCROLL_LOCK116 | Scroll Lock key. |
AKEYCODE_META_LEFT117 | Left Meta modifier key. |
AKEYCODE_META_RIGHT118 | Right Meta modifier key. |
AKEYCODE_FUNCTION119 | Function modifier key. |
AKEYCODE_SYSRQ120 | System Request / Print Screen key. |
AKEYCODE_BREAK121 | Break / Pause key. |
AKEYCODE_MOVE_HOME122 | Home Movement key. * Used for scrolling or moving the cursor around to the start of a line * or to the top of a list. |
AKEYCODE_MOVE_END123 | End Movement key. * Used for scrolling or moving the cursor around to the end of a line * or to the bottom of a list. |
AKEYCODE_INSERT124 | Insert key. * Toggles insert / overwrite edit mode. |
AKEYCODE_FORWARD125 | Forward key. * Navigates forward in the history stack. Complement of {@link AKEYCODE_BACK}. |
AKEYCODE_MEDIA_PLAY126 | Play media key. |
AKEYCODE_MEDIA_PAUSE127 | Pause media key. |
AKEYCODE_MEDIA_CLOSE128 | Close media key. * May be used to close a CD tray, for example. |
AKEYCODE_MEDIA_EJECT129 | Eject media key. * May be used to eject a CD tray, for example. |
AKEYCODE_MEDIA_RECORD130 | Record media key. |
AKEYCODE_F1131 | F1 key. |
AKEYCODE_F2132 | F2 key. |
AKEYCODE_F3133 | F3 key. |
AKEYCODE_F4134 | F4 key. |
AKEYCODE_F5135 | F5 key. |
AKEYCODE_F6136 | F6 key. |
AKEYCODE_F7137 | F7 key. |
AKEYCODE_F8138 | F8 key. |
AKEYCODE_F9139 | F9 key. |
AKEYCODE_F10140 | F10 key. |
AKEYCODE_F11141 | F11 key. |
AKEYCODE_F12142 | F12 key. |
AKEYCODE_NUM_LOCK143 | Num Lock key. * This is the Num Lock key; it is different from {@link AKEYCODE_NUM}. * This key alters the behavior of other keys on the numeric keypad. |
AKEYCODE_NUMPAD_0144 | Numeric keypad '0' key. |
AKEYCODE_NUMPAD_1145 | Numeric keypad '1' key. |
AKEYCODE_NUMPAD_2146 | Numeric keypad '2' key. |
AKEYCODE_NUMPAD_3147 | Numeric keypad '3' key. |
AKEYCODE_NUMPAD_4148 | Numeric keypad '4' key. |
AKEYCODE_NUMPAD_5149 | Numeric keypad '5' key. |
AKEYCODE_NUMPAD_6150 | Numeric keypad '6' key. |
AKEYCODE_NUMPAD_7151 | Numeric keypad '7' key. |
AKEYCODE_NUMPAD_8152 | Numeric keypad '8' key. |
AKEYCODE_NUMPAD_9153 | Numeric keypad '9' key. |
AKEYCODE_NUMPAD_DIVIDE154 | Numeric keypad '/' key (for division). |
AKEYCODE_NUMPAD_MULTIPLY155 | Numeric keypad '*' key (for multiplication). |
AKEYCODE_NUMPAD_SUBTRACT156 | Numeric keypad '-' key (for subtraction). |
AKEYCODE_NUMPAD_ADD157 | Numeric keypad '+' key (for addition). |
AKEYCODE_NUMPAD_DOT158 | Numeric keypad '.' key (for decimals or digit grouping). |
AKEYCODE_NUMPAD_COMMA159 | Numeric keypad ',' key (for decimals or digit grouping). |
AKEYCODE_NUMPAD_ENTER160 | Numeric keypad Enter key. |
AKEYCODE_NUMPAD_EQUALS161 | Numeric keypad '=' key. |
AKEYCODE_NUMPAD_LEFT_PAREN162 | Numeric keypad '(' key. |
AKEYCODE_NUMPAD_RIGHT_PAREN163 | Numeric keypad ')' key. |
AKEYCODE_VOLUME_MUTE164 | Volume Mute key. * Mutes the speaker, unlike {@link AKEYCODE_MUTE}. * This key should normally be implemented as a toggle such that the first press * mutes the speaker and the second press restores the original volume. |
AKEYCODE_INFO165 | Info key. * Common on TV remotes to show additional information related to what is * currently being viewed. |
AKEYCODE_CHANNEL_UP166 | Channel up key. * On TV remotes, increments the television channel. |
AKEYCODE_CHANNEL_DOWN167 | Channel down key. * On TV remotes, decrements the television channel. |
AKEYCODE_ZOOM_IN168 | Zoom in key. |
AKEYCODE_ZOOM_OUT169 | Zoom out key. |
AKEYCODE_TV170 | TV key. * On TV remotes, switches to viewing live TV. |
AKEYCODE_WINDOW171 | Window key. * On TV remotes, toggles picture-in-picture mode or other windowing functions. |
AKEYCODE_GUIDE172 | Guide key. * On TV remotes, shows a programming guide. |
AKEYCODE_DVR173 | DVR key. * On some TV remotes, switches to a DVR mode for recorded shows. |
AKEYCODE_BOOKMARK174 | Bookmark key. * On some TV remotes, bookmarks content or web pages. |
AKEYCODE_CAPTIONS175 | Toggle captions key. * Switches the mode for closed-captioning text, for example during television shows. |
AKEYCODE_SETTINGS176 | Settings key. * Starts the system settings activity. |
AKEYCODE_TV_POWER177 | TV power key. * On TV remotes, toggles the power on a television screen. |
AKEYCODE_TV_INPUT178 | TV input key. * On TV remotes, switches the input on a television screen. |
AKEYCODE_STB_POWER179 | Set-top-box power key. * On TV remotes, toggles the power on an external Set-top-box. |
AKEYCODE_STB_INPUT180 | Set-top-box input key. * On TV remotes, switches the input mode on an external Set-top-box. |
AKEYCODE_AVR_POWER181 | A/V Receiver power key. * On TV remotes, toggles the power on an external A/V Receiver. |
AKEYCODE_AVR_INPUT182 | A/V Receiver input key. * On TV remotes, switches the input mode on an external A/V Receiver. |
AKEYCODE_PROG_RED183 | Red "programmable" key. * On TV remotes, acts as a contextual/programmable key. |
AKEYCODE_PROG_GREEN184 | Green "programmable" key. * On TV remotes, actsas a contextual/programmable key. |
AKEYCODE_PROG_YELLOW185 | Yellow "programmable" key. * On TV remotes, acts as a contextual/programmable key. |
AKEYCODE_PROG_BLUE186 | Blue "programmable" key. * On TV remotes, acts as a contextual/programmable key. |
AKEYCODE_APP_SWITCH187 | App switch key. * Should bring up the application switcher dialog. |
AKEYCODE_BUTTON_1188 | Generic Game Pad Button #1. |
AKEYCODE_BUTTON_2189 | Generic Game Pad Button #2. |
AKEYCODE_BUTTON_3190 | Generic Game Pad Button #3. |
AKEYCODE_BUTTON_4191 | Generic Game Pad Button #4. |
AKEYCODE_BUTTON_5192 | Generic Game Pad Button #5. |
AKEYCODE_BUTTON_6193 | Generic Game Pad Button #6. |
AKEYCODE_BUTTON_7194 | Generic Game Pad Button #7. |
AKEYCODE_BUTTON_8195 | Generic Game Pad Button #8. |
AKEYCODE_BUTTON_9196 | Generic Game Pad Button #9. |
AKEYCODE_BUTTON_10197 | Generic Game Pad Button #10. |
AKEYCODE_BUTTON_11198 | Generic Game Pad Button #11. |
AKEYCODE_BUTTON_12199 | Generic Game Pad Button #12. |
AKEYCODE_BUTTON_13200 | Generic Game Pad Button #13. |
AKEYCODE_BUTTON_14201 | Generic Game Pad Button #14. |
AKEYCODE_BUTTON_15202 | Generic Game Pad Button #15. |
AKEYCODE_BUTTON_16203 | Generic Game Pad Button #16. |
AKEYCODE_LANGUAGE_SWITCH204 | Language Switch key. * Toggles the current input language such as switching between English and Japanese on * a QWERTY keyboard. On some devices, the same function may be performed by * pressing Shift+Spacebar. |
AKEYCODE_MANNER_MODE205 | Manner Mode key. * Toggles silent or vibrate mode on and off to make the device behave more politely * in certain settings such as on a crowded train. On some devices, the key may only * operate when long-pressed. |
AKEYCODE_3D_MODE206 | 3D Mode key. * Toggles the display between 2D and 3D mode. |
AKEYCODE_CONTACTS207 | Contacts special function key. * Used to launch an address book application. |
AKEYCODE_CALENDAR208 | Calendar special function key. * Used to launch a calendar application. |
AKEYCODE_MUSIC209 | Music special function key. * Used to launch a music player application. |
AKEYCODE_CALCULATOR210 | Calculator special function key. * Used to launch a calculator application. |
AKEYCODE_ZENKAKU_HANKAKU211 | Japanese full-width / half-width key. |
AKEYCODE_EISU212 | Japanese alphanumeric key. |
AKEYCODE_MUHENKAN213 | Japanese non-conversion key. |
AKEYCODE_HENKAN214 | Japanese conversion key. |
AKEYCODE_KATAKANA_HIRAGANA215 | Japanese katakana / hiragana key. |
AKEYCODE_YEN216 | Japanese Yen key. |
AKEYCODE_RO217 | Japanese Ro key. |
AKEYCODE_KANA218 | Japanese kana key. |
AKEYCODE_ASSIST219 | Assist key. * Launches the global assist activity. Not delivered to applications. |
AKEYCODE_BRIGHTNESS_DOWN220 | Brightness Down key. * Adjusts the screen brightness down. |
AKEYCODE_BRIGHTNESS_UP221 | Brightness Up key. * Adjusts the screen brightness up. |
AKEYCODE_MEDIA_AUDIO_TRACK222 | Audio Track key. * Switches the audio tracks. |
AKEYCODE_SLEEP223 | Sleep key. * Puts the device to sleep. Behaves somewhat like {@link AKEYCODE_POWER} but it * has no effect if the device is already asleep. |
AKEYCODE_WAKEUP224 | Wakeup key. * Wakes up the device. Behaves somewhat like {@link AKEYCODE_POWER} but it * has no effect if the device is already awake. |
AKEYCODE_PAIRING225 | Pairing key. * Initiates peripheral pairing mode. Useful for pairing remote control * devices or game controllers, especially if no other input mode is * available. |
AKEYCODE_MEDIA_TOP_MENU226 | Media Top Menu key. * Goes to the top of media menu. |
AKEYCODE_11227 | '11' key. |
AKEYCODE_12228 | '12' key. |
AKEYCODE_LAST_CHANNEL229 | Last Channel key. * Goes to the last viewed channel. |
AKEYCODE_TV_DATA_SERVICE230 | TV data service key. * Displays data services like weather, sports. |
AKEYCODE_VOICE_ASSIST231 | Voice Assist key. * Launches the global voice assist activity. Not delivered to applications. |
AKEYCODE_TV_RADIO_SERVICE232 | Radio key. * Toggles TV service / Radio service. |
AKEYCODE_TV_TELETEXT233 | Teletext key. * Displays Teletext service. |
AKEYCODE_TV_NUMBER_ENTRY234 | Number entry key. * Initiates to enter multi-digit channel nubmber when each digit key is assigned * for selecting separate channel. Corresponds to Number Entry Mode (0x1D) of CEC * User Control Code. |
AKEYCODE_TV_TERRESTRIAL_ANALOG235 | Analog Terrestrial key. * Switches to analog terrestrial broadcast service. |
AKEYCODE_TV_TERRESTRIAL_DIGITAL236 | Digital Terrestrial key. * Switches to digital terrestrial broadcast service. |
AKEYCODE_TV_SATELLITE237 | Satellite key. * Switches to digital satellite broadcast service. |
AKEYCODE_TV_SATELLITE_BS238 | BS key. * Switches to BS digital satellite broadcasting service available in Japan. |
AKEYCODE_TV_SATELLITE_CS239 | CS key. * Switches to CS digital satellite broadcasting service available in Japan. |
AKEYCODE_TV_SATELLITE_SERVICE240 | BS/CS key. * Toggles between BS and CS digital satellite services. |
AKEYCODE_TV_NETWORK241 | Toggle Network key. * Toggles selecting broacast services. |
AKEYCODE_TV_ANTENNA_CABLE242 | Antenna/Cable key. * Toggles broadcast input source between antenna and cable. |
AKEYCODE_TV_INPUT_HDMI_1243 | HDMI #1 key. * Switches to HDMI input #1. |
AKEYCODE_TV_INPUT_HDMI_2244 | HDMI #2 key. * Switches to HDMI input #2. |
AKEYCODE_TV_INPUT_HDMI_3245 | HDMI #3 key. * Switches to HDMI input #3. |
AKEYCODE_TV_INPUT_HDMI_4246 | HDMI #4 key. * Switches to HDMI input #4. |
AKEYCODE_TV_INPUT_COMPOSITE_1247 | Composite #1 key. * Switches to composite video input #1. |
AKEYCODE_TV_INPUT_COMPOSITE_2248 | Composite #2 key. * Switches to composite video input #2. |
AKEYCODE_TV_INPUT_COMPONENT_1249 | Component #1 key. * Switches to component video input #1. |
AKEYCODE_TV_INPUT_COMPONENT_2250 | Component #2 key. * Switches to component video input #2. |
AKEYCODE_TV_INPUT_VGA_1251 | VGA #1 key. * Switches to VGA (analog RGB) input #1. |
AKEYCODE_TV_AUDIO_DESCRIPTION252 | Audio description key. * Toggles audio description off / on. |
AKEYCODE_TV_AUDIO_DESCRIPTION_MIX_UP253 | Audio description mixing volume up key. * Louden audio description volume as compared with normal audio volume. |
AKEYCODE_TV_AUDIO_DESCRIPTION_MIX_DOWN254 | Audio description mixing volume down key. * Lessen audio description volume as compared with normal audio volume. |
AKEYCODE_TV_ZOOM_MODE255 | Zoom mode key. * Changes Zoom mode (Normal, Full, Zoom, Wide-zoom, etc.) |
AKEYCODE_TV_CONTENTS_MENU256 | Contents menu key. * Goes to the title list. Corresponds to Contents Menu (0x0B) of CEC User Control * Code |
AKEYCODE_TV_MEDIA_CONTEXT_MENU257 | Media context menu key. * Goes to the context menu of media contents. Corresponds to Media Context-sensitive * Menu (0x11) of CEC User Control Code. |
AKEYCODE_TV_TIMER_PROGRAMMING258 | Timer programming key. * Goes to the timer recording menu. Corresponds to Timer Programming (0x54) of * CEC User Control Code. |
AKEYCODE_HELP259 | Help key. |
AKEYCODE_NAVIGATE_PREVIOUS260 | |
AKEYCODE_NAVIGATE_NEXT261 | |
AKEYCODE_NAVIGATE_IN262 | |
AKEYCODE_NAVIGATE_OUT263 | |
AKEYCODE_STEM_PRIMARY264 | Primary stem key for Wear * Main power/reset button on watch. |
AKEYCODE_STEM_1265 | Generic stem key 1 for Wear |
AKEYCODE_STEM_2266 | Generic stem key 2 for Wear |
AKEYCODE_STEM_3267 | Generic stem key 3 for Wear |
AKEYCODE_DPAD_UP_LEFT268 | Directional Pad Up-Left |
AKEYCODE_DPAD_DOWN_LEFT269 | Directional Pad Down-Left |
AKEYCODE_DPAD_UP_RIGHT270 | Directional Pad Up-Right |
AKEYCODE_DPAD_DOWN_RIGHT271 | Directional Pad Down-Right |
AKEYCODE_MEDIA_SKIP_FORWARD272 | Skip forward media key |
AKEYCODE_MEDIA_SKIP_BACKWARD273 | Skip backward media key |
AKEYCODE_MEDIA_STEP_FORWARD274 | Step forward media key. * Steps media forward one from at a time. |
AKEYCODE_MEDIA_STEP_BACKWARD275 | Step backward media key. * Steps media backward one from at a time. |
AKEYCODE_SOFT_SLEEP276 | Put device to sleep unless a wakelock is held. |
AKEYCODE_CUT277 | Cut key. |
AKEYCODE_COPY278 | Copy key. |
AKEYCODE_PASTE279 | Paste key. |
AKEYCODE_SYSTEM_NAVIGATION_UP280 | fingerprint navigation key, up. |
AKEYCODE_SYSTEM_NAVIGATION_DOWN281 | fingerprint navigation key, down. |
AKEYCODE_SYSTEM_NAVIGATION_LEFT282 | fingerprint navigation key, left. |
AKEYCODE_SYSTEM_NAVIGATION_RIGHT283 | fingerprint navigation key, right. |
AKEYCODE_ALL_APPS284 | all apps |
AKEYCODE_REFRESH285 | refresh key |
AKEYCODE_THUMBS_UP286 | Thumbs up key. Apps can use this to let user upvote content. |
AKEYCODE_THUMBS_DOWN287 | Thumbs down key. Apps can use this to let user downvote content. |
AKEYCODE_PROFILE_SWITCH288 | Used to switch current account that is consuming content. * May be consumed by system to switch current viewer profile. |
Key codes.